<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* override flexslider default style */
.flexslider {
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	overflow:hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index:9;
	display:block;
}

.flex-control-paging li a {
	background:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border:1px solid #FFF;
	width:10px;
	height:10px;
	-moz-border-radius: 360px; /* Firefox */
   -webkit-border-radius: 360px; /* Safari 鍜� Chrome */
   border-radius: 360px; /* Opera 10.5+, 浠ュ強浣跨敤浜咺E-CSS3鐨処E娴忚鍣� */
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background-color: #ea5404;
	border:1px solid #ea5404;
}

.flex-direction-nav {
	height:90px;
	width: 100%;
	position: absolute;
	top:50%;
	left:0;
	margin: -50px 0 0; 	
	z-index:100;
}

.flex-direction-nav li {
	overflow:visible;
}

.flex-direction-nav a  { 
	overflow:visible;
	width: 90px; 
	height: 90px; 
	margin: 0; 
	opacity: 0;  
	top:0;
	color: rgba(0,0,0,0.8); 
	text-indent:-9999em;
	text-shadow: none; 
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 
	background-color: rgba(0,0,0,0.5) ;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;	
}

.flex-direction-nav .arrow {
	position: absolute;
	top:0;
	left:0;
	width: 90px; 
	height: 95px; 
	z-index:200;
}

.flex-direction-nav a.flex-next .arrow {}
.flex-direction-nav .flex-prev { left:0px; background:url(../img/l.png) no-repeat; }
.flex-direction-nav .flex-next { right:0px; text-align: left;  background:url(../img/r.png) no-repeat;}
.flexslider:hover .flex-prev { left:0; opacity:1}
.flexslider:hover .flex-next { right:0; opacity:1}
.flexslider:hover .flex-prev:hover .arrow { left:0; background:url(../img/lh.png) no-repeat;}
.flexslider:hover .flex-next:hover .arrow { right:0; background:url(../img/rh.png) no-repeat;}
.flexslider:hover .flex-prev:hover,
.flexslider:hover .flex-next:hover {opacity:1; }
.flexslider{ width:100%; margin-left: auto; margin-right: auto; }	

/* general style */
.preview {
	width: 95px;
	height:95px;
	position: absolute;
	top:0;
	left:-90px;
	z-index:100;
	-webkit-transition:  all 0.3s ease-out; 
	-moz-transition:  all 0.3s ease-out; 
	transition:  all 0.3s ease-out; 	
	opacity:0;
}

.preview img {
	position: absolute;
	left:90px;
	top:0;
	width:95px;
	height:95px;
}


/* next button */			
.flex-next .preview {
	right:-90px;
	left:auto;	
}

.flex-next .preview img {
	position: absolute;
	left:-90px;
	top:0;
	width:95px;
	height:95px;
}

.flex-next .preview .alt {
	left:0;
}


/* hover style */		
.flex-prev:hover .preview {
	left:0;
	opacity:1;
}

.flex-next:hover .preview {
	right:0;
	opacity:1;
}	

@media (max-width: 767px) {
.flex-direction-nav{ display:none;}
.flex-control-paging li a {width:8px;height:8px;}
.flex-control-nav {bottom: 0px;}
}</pre></body></html>